.zxzx_mask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
}

.zxzx_mask_hide {
    display: none;
}

.zxzx_content {
    position: relative;
    width: 13rem;
    height: 15.65rem;
    background: #fff;
    border-radius: 0.5rem;
}

.zxzx_close {
    position: absolute;
    width: 0.8rem;
    height: 0.8rem;
    top: 0.5rem;
    right: 0.5rem;
}

.zxzx_title {
    font-size: 0.8rem;
    font-weight: 500;
    color: #333333;
    line-height: 1.1rem;
    margin-top: 1rem;
    text-align: center;
}

.zxzx_img {
    width: 8rem;
    height: 8rem;
    margin: 0 auto;
    margin-top: 1.5rem;
}

.zxzx_tit {
    width: 8rem;
    font-size: 0.75rem;
    color: #333333;
    margin: 0 auto;
    margin-top: 0.75rem;
    text-align: center;
}